home *** CD-ROM | disk | FTP | other *** search
- on getCastNames firstCast, lastCast
- repeat with c = firstCast to lastCast
- put the name of cast c & RETURN
- end repeat
- end
-
- on setCastFont firstCast, lastCast, theFont, theSize
- repeat with c = firstCast to lastCast
- set the textFont of field c to theFont
- set the textSize of field c to theSize
- end repeat
- end
-